home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invisible Universe
/
Invisible Universe (1995)(Voyager)[Mac-PC].iso
/
mac
/
MOVIES
/
TOC.DIR
/
00007_Script_sbx
< prev
next >
Wrap
Text File
|
1995-11-21
|
804b
|
38 lines
-- standard button
--ancestor to standard button trios [sbt]
--property myChannel, myScript
--on birth me, sp,sc
-- set myChannel to integer(sp)
-- set myScript to sc
-- return me
--end
--
--change appearance
on sbnorm myChannel
puppetSprite myChannel,TRUE
set the ink of sprite myChannel to 36
updateStage
puppetSprite myChannel, false
end
on sbrollo myChannel
--put ">>>my rollover cast 7 (sb) ink change "
puppetSprite myChannel,TRUE
set the ink of sprite myChannel to 33
updateStage
puppetSprite myChannel, false
end
on sbpress myChannel
puppetSprite myChannel,TRUE
set the ink of sprite myChannel to 38
updateStage
puppetSprite myChannel, false
end
on sbdoScript myScript
--put ">>> do script: " & myScript
do myScript
end